Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
DecimalN INumeric<DecimalN>.RightShift(
int count
)Private Function RightShift (
count As Integer
) As DecimalN Implements INumeric(Of DecimalN).RightShiftprivate:
virtual DecimalN RightShift(
int count
) sealed = INumeric<DecimalN>::RightShiftprivate abstract RightShift :
count : int -> DecimalN
private override RightShift :
count : int -> DecimalN